The CTime and TimeValue functions are equivalent to Time. However, Time can only be used in Crystal syntax since it is a type name in Basic syntax.
Returns a Time value that represents the time, given a String expression specifying a time from 0:00:00 (12:00:00 A.M.) to 23:59:59 (11:59:59 P.M.), inclusive. | |
Creates a Time value from the information provided.
Use this function any time you need to work with a Time value that is obtained either from a DateTime value or from the individual elements of the time (i.e. hour, minute, second).
The following examples are applicable to Crystal syntax:
Time(DateTime(1996, 1, 1, 12, 10, 10)
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |